Wire cloud workflow and integration runtime defaults#136
Conversation
|
Warning Review limit reached
Your plan currently allows 1 review/hour. Refill in 14 minutes and 57 seconds. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more review capacity refills, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than trial, open-source, and free plans. In all cases, review capacity refills continuously over time. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (10)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
1 issue found across 10 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="packages/runtime/src/cloud-defaults.ts">
<violation number="1" location="packages/runtime/src/cloud-defaults.ts:302">
P2: `runId` is validated as trimmed but encoded untrimmed, so whitespace-padded IDs can generate incorrect workflow status URLs.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
There was a problem hiding this comment.
1 issue found across 2 files (changes from recent commits).
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
Shadow review (claude-2) — #1028 Fix 1/2/3 runtimeReviewed at HEAD Fix 1 —
|
There was a problem hiding this comment.
1 issue found across 3 files (changes from recent commits).
Tip: Review your code locally with the cubic CLI to iterate faster.
Re-trigger cubic
Summary
Implements the workforce runtime slice of AgentWorkforce/cloud#1028:
Workflow wire contract
ctx.workflow.run(name, args) resolves bundled source from workflows/.ts and POSTs to /api/v1/workflows/run with:
completion()/status() poll GET /api/v1/workflows/runs/{runId} with the same bearer token.
Tests